'Declaration Public Overloads Function FindChildNode<TType of node to search.>() As T (Of TType of node to search.As MetadataNode)
public T FindChildNode<T>() where T: MetadataNode
public: T* FindChildNode<T>() where T: MetadataNode*
generic<typename T> public:
T^ FindChildNode() where T: MetadataNode^
Type Parameters
- T
- Type of node to search.
Return Value
Первый дочерний узел указанного типа.